-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Git pull to get the production instance up to date
Spun up a new VM for postgresql
Base setup of web server and git clone of tt-rs (so both production and new are at the same level)
Ran through the install wizard and confirmed I could login as admin
Edited the config.properties to match the production and new databases
java -Xmx4096m -jar tt-rss-mysql2pgsql.jar > output-1.txt
No users are created, the table ttrss_users only has one line for the admin user
From a quick glance, the table ttrss_entries does have the expected articles in it
Reactions are currently unavailable