Skip to content
Snippets Groups Projects
Commit e9c074c4 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Add information about the migration to README

parent 65376fa5
Branches
No related tags found
No related merge requests found
......@@ -84,6 +84,14 @@ C. Installation
psql -U warden -h localhost warden3 < warden_3.0_postgres.sql
* Migrate the database
mysql -p -u warden warden3 < migrations/mysql/add_managed_flag.sql
or
psql -U warden -h localhost warden3 < migrations/postgres/add_managed_flag.sql
* Get up to date Idea schema
wget -O warden_server/idea.schema https://idea.cesnet.cz/_media/en/idea0.schema
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment