The Database Export tool allows you to export selected parts of your Vvveb site’s data. This is useful for backups, migrations, or transferring specific content between Vvveb installations.
[
]
What You Can Export
You can export any combination of database tables, including:
- Posts
- Pages
- Products
- Users
- Comments
- Orders
- Attributes
- Coupons
- Currencies
- Any other data modules available in your installation
All tables are selected by default, but you can toggle individual items or use Toggle all to quickly select or deselect everything.
How Export Works
When you click Export data, Vvveb generates a single XML file containing all selected database tables.
This XML file includes:
- Table structure
- Table data
- Relationships between records
The export format is designed to be portable and compatible across Vvveb installations.
Importing the Exported Data
The exported XML file can be imported into another Vvveb site using the Import tool.
This allows you to:
- Move content between environments (development → staging → production)
- Clone a store or website
- Restore specific data from a backup
- Transfer products, posts, or users without copying the entire database
When to Use Database Export
This tool is ideal for:
- Partial migrations
- Selective backups
- Syncing content between multiple Vvveb sites
- Exporting ecommerce data
- Exporting blog content for reuse