shiro
1
My main VM has major problems not associated with ttrss.
I have a backup for my VM that works fine. How would I go about updating ttrss in my backup VM. I can still reach my main VM directories so I have access to the databases and the ttrss installation folder.
The environment is 18.04, postgresql, nginx.
Considering the VMs are identical I’m wondering if I can just overwrite the backup ttrss folder with the main and same for the databases.
,thanks
fox
2
sure, why not? dump/restore your database, move plugins.local if you have anything in there, and git checkout tt-rss.
shiro
3
That was quite painless, thank you sir.