Skip to content

Database transition from MySQL to PostGreSQL

username-removed-513102 requested to merge postgresql_migrate into master

Changes made so that PostGreSQL is used instead of MySQL.

Quick notes:

  • I've changed the previous username ('root') to the default for PostGreSQL ('postgres');
  • Our README's basic setup is also up to date with information on the new database.

Merge request reports