add automatic database migrations with goose
This commit is contained in:
		@@ -6,10 +6,6 @@ ln -sf /etc/nginx/sites-available/OpenMediaCenter.conf /etc/nginx/sites-enabled/
 | 
			
		||||
mysql -uroot -pPASS -e "CREATE DATABASE IF NOT EXISTS mediacenter;"
 | 
			
		||||
mysql -uroot -pPASS -e "CREATE USER IF NOT EXISTS 'mediacenteruser'@'localhost' IDENTIFIED BY 'mediapassword';"
 | 
			
		||||
mysql -uroot -pPASS -e "GRANT ALL PRIVILEGES ON mediacenter . * TO 'mediacenteruser'@'localhost';"
 | 
			
		||||
mysql -u mediacenteruser -pmediapassword mediacenter < /tmp/openmediacenter.sql
 | 
			
		||||
 | 
			
		||||
# removed unused sql style file
 | 
			
		||||
rm /tmp/openmediacenter.sql
 | 
			
		||||
 | 
			
		||||
# correct user rights
 | 
			
		||||
chown -R www-data:www-data /var/www/openmediacenter
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user