Hi there,
I want to install three different wordpress versions on one database.
Therefore you could set different table_prefix in the wp-config file, to let WP create three different installation-tables in one database.
Is it possible to choose the table_prefix for a restoration of a backup and to use one database with three or four installations of wordpress ?
example for three different table_prefixes :
wp_install1_ ---> Installation 1
wp_install2_ ---> Installation 2
wp_install3_ ---> Installation 3
Is this possible with duplicator ?
If not: I think this is a very easy to implement function that some more peolpe need - could you please implement it ? That would be great!
Thanks for your support.