Import Export Free Version – Table Issues
-
Hi,
I’m on the free version of Pretty Links and I’m trying to move my links into a fresh WordPress install (no 14‑year cruft) by moving only the needed database tables, not the whole site.
What I’m trying to do
- Keep live site as‑is for now.
- On a separate fresh WP install, bring over only Pretty Links data so I can rebuild everything else cleanly.
- Both installs are standard WordPress, same table prefix (
wp_).
What I did
- From the live site’s database, I exported the Pretty Links tables:
wp_prli_linkswp_prli_clickswp_prli_groupswp_prli_link_metas
- On the fresh WP site:
- Installed and activated Pretty Links free.
- Confirmed it created its own
wp_prli_*tables. - Dropped those empty tables and imported the
wp_prli_*tables from the live export into the fresh site’s database (samewp_table prefix, correct DB).
- Verified in the database on the fresh site:
wp_prli_linksis full of valid rows (my links from live).- Other
wp_prli_*tables are populated too.
The problem
- In the Pretty Links admin on the fresh site, the list shows
All (0)and no links. - If I create a new test Pretty Link in the admin on the fresh site, it does not appear in the
wp_prli_linkstable where my imported rows are. wp_optionson the fresh site does not have aprli_db_versionrow (I checked).
So:
- The data is definitely in
wp_prli_linkson the fresh site. - The plugin UI shows nothing and doesn’t seem to be reading or writing to the table I imported.
What I’m not trying to do
- I’m not trying to migrate the whole site or reuse a 14‑year‑old DB.
- I do not want to use WP All Import/Export to pull everything over; I specifically want a clean WordPress install and to move just Pretty Links data if possible.
- I’m on the free version, so I don’t have access to the Import/Export tab from Pro.
My questions
- On the free version, is it officially supported to move Pretty Links by simply moving the
wp_prli_*tables into a fresh install’s database (with the same table prefix), or is that guaranteed not to work? - If it is supposed to work, what else does Pretty Links free rely on besides the
wp_prli_*tables?- Are there specific rows expected in
wp_options(likeprli_db_versionor anything else) that need to exist for the plugin to recognize existing data? - Is there any known behavior where Pretty Links will ignore existing rows in
wp_prli_linkson a fresh site?
- Are there specific rows expected in
- Is there any free‑version‑compatible way to get Pretty Links to recognize existing
wp_prli_linksdata on a fresh install without buying Pro just for the Import/Export feature?
If the official answer is “no, the free version does not support this pattern and the only supported way is via the Pro Import/Export tool,” I just need to hear that clearly so I can decide whether to pay for Pro for a one‑time migration or plan on replacing Pretty Links entirely if I have to manually copy links (don’t need click history) or pay $100 for a 1x migration.
Thanks in advance for any guidance that applies specifically to the free version and to fresh‑install scenarios like this.
You must be logged in to reply to this topic.