Page 1 of 1

Older DB schema

PostPosted: Thu Aug 06, 2020 11:06 am
by c20xh2
My production environment is currently running:

Version: 2.14b0.5
SVN Version: 3204
DB Schema Version: 1588

I want to dump my DB in a staging environment to test some stuff without breaking our production. My issue is that I can't find any ISO with the same SVN and DB schema that my prod ?

I've tested all versions between ViciBox_v8.x86_64-8.0.0.iso and ViciBox_v8_1.x86_64-8.1.2.iso from http://download.vicidial.com/iso/vicibo ... r/archive/ but I always end up with :

Version: 2.14b0.5
SVN Version: 3271
DB Schema Version: 1602

From what I can see on old forum post there is no way to downgrade a schema version, is there a way to get version 1588 at the installation ?

Thank you,

Re: Older DB schema

PostPosted: Thu Aug 06, 2020 11:45 am
by carpenox
Try the following:

svn up -r 3204

Re: Older DB schema

PostPosted: Thu Aug 06, 2020 12:21 pm
by c20xh2
Unfortunately I got

vicistaging:~ # svn up -r 3204
Skipped '.'
svn: E155007: None of the targets are working copies

Re: Older DB schema

PostPosted: Thu Aug 06, 2020 12:38 pm
by c20xh2
Finally found the solution

install using:

vicibox-install --debug

You can then specify what SVN version you want to use (3204 in my case)

Re: Older DB schema

PostPosted: Thu Aug 06, 2020 10:04 pm
by carpenox
good postback thx