07-25-2020, 11:29 PM
Hey,
I actually got the samples projects imported in tactic 4.7 and as fas as i could test they do work. I made a database-backup from the 4.5 VM-Version and copied the assets folder.
Here you can download the files if you want: https://drive.google.com/drive/folders/1...sp=sharing
And here is the instruction:
1. Upload assets.tar and database.sql to your server and copy .tar file to /opt/tactic/assets and extract it.
tar -xf assets.tar -C /opt/tactic/assets
chown tactic:tactic -R /opt/tactic/assets
chmod 755 -R /opt/tactic/assets
2. Now copy the .sql file to /opt/tactic/src/bin and use following commands to upgrade the database.
systemctl stop tactic
cd /opt/tactic/src/bin
psql -U postgres < exampleProjectsdatabase.sql
su -s /bin/bash tactic
python3 /opt/tactic/tactic/src/bin/upgrade_db.py
su root
systemctl start tactic
Just so you know, i restored the database on a fresh tactic-installation...so i don't know what would happen with your old projects.
I actually got the samples projects imported in tactic 4.7 and as fas as i could test they do work. I made a database-backup from the 4.5 VM-Version and copied the assets folder.
Here you can download the files if you want: https://drive.google.com/drive/folders/1...sp=sharing
And here is the instruction:
1. Upload assets.tar and database.sql to your server and copy .tar file to /opt/tactic/assets and extract it.
tar -xf assets.tar -C /opt/tactic/assets
chown tactic:tactic -R /opt/tactic/assets
chmod 755 -R /opt/tactic/assets
2. Now copy the .sql file to /opt/tactic/src/bin and use following commands to upgrade the database.
systemctl stop tactic
cd /opt/tactic/src/bin
psql -U postgres < exampleProjectsdatabase.sql
su -s /bin/bash tactic
python3 /opt/tactic/tactic/src/bin/upgrade_db.py
su root
systemctl start tactic
Just so you know, i restored the database on a fresh tactic-installation...so i don't know what would happen with your old projects.