Page 1 of 1

Different s9y versions, same database?

Posted: Wed Feb 11, 2015 1:43 am
by Don Chambers
Can I use different versions of s9y from the same common database? I will use unique table prefixes for each install, but want to use a single database for different versions, like 1.6, 1.7, 2 stable, and 2 devel.

Re: Different s9y versions, same database?

Posted: Wed Feb 11, 2015 10:40 am
by garvinhicking
Hi!

Yes, that's no problem.

ACTUALLY you could even use a single database with a single DB prefix to power MULTIPLE s9y installations with the exact same content / plugin configuration, if you use those installations on distinct subdomains. However that only works properly when the DB structure of those s9y versions is identical, so you should be able to use 2.0 / 2.0.1 / 2.1.0 with an identical database, maybe even 1.7 - but 1.6 will be problematic.

Regards,
Garvin

Re: Different s9y versions, same database?

Posted: Wed Feb 11, 2015 4:26 pm
by Don Chambers
garvinhicking wrote:Hi!

Yes, that's no problem.

ACTUALLY you could even use a single database with a single DB prefix to power MULTIPLE s9y installations with the exact same content / plugin configuration, if you use those installations on distinct subdomains. However that only works properly when the DB structure of those s9y versions is identical, so you should be able to use 2.0 / 2.0.1 / 2.1.0 with an identical database, maybe even 1.7 - but 1.6 will be problematic.

Regards,
Garvin
As in sub1.example.com, sub2.example.com? Would example.com/sub1/ and example.com/sub2/ work?

Re: Different s9y versions, same database?

Posted: Thu Feb 12, 2015 5:36 pm
by garvinhicking
No, it would only work when the directories are the same ("/" as on a subdomain).