mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 16:12:27 +01:00 
			
		
		
		
	kimai: Change server version in db config
This commit is contained in:
		@@ -151,7 +151,7 @@ cat << EOF >> .env
 | 
				
			|||||||
# For MariaDB it would be "serverVersion=mariadb-10.5.8":
 | 
					# For MariaDB it would be "serverVersion=mariadb-10.5.8":
 | 
				
			||||||
#    DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8&serverVersion=mariadb-10.5.8
 | 
					#    DATABASE_URL=mysql://user:password@127.0.0.1:3306/database?charset=utf8&serverVersion=mariadb-10.5.8
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
DATABASE_URL=mysql://kimai:$KIMAI_DB_PWD@localhost:3306/kimai?charset=utf8&serverVersion=5.7
 | 
					DATABASE_URL=mysql://kimai:$KIMAI_DB_PWD@localhost:3306/kimai?charset=utf8&serverVersion=mariadb-10.5.18
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#================================================================================
 | 
					#================================================================================
 | 
				
			||||||
# The full documentation can be found at https://www.kimai.org/documentation/emails.html
 | 
					# The full documentation can be found at https://www.kimai.org/documentation/emails.html
 | 
				
			||||||
@@ -191,4 +191,4 @@ systemctl daemon-reload
 | 
				
			|||||||
systemctl enable --now php8.1-fpm nginx
 | 
					systemctl enable --now php8.1-fpm nginx
 | 
				
			||||||
systemctl restart php8.1-fpm nginx
 | 
					systemctl restart php8.1-fpm nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo -e "Your kimai installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$(echo ${LXC_IP} | cut -d'/' -f1)\nLogin:\t\tadmin@${LXC_DOMAIN}\n\nPassword:\t${LXC_PWD}\n\n"
 | 
					echo -e "Your kimai installation is now complete. Please continue with setup in your Browser.\nURL:\t\thttp://$(echo ${LXC_IP} | cut -d'/' -f1)\nLogin:\t\tadmin@${LXC_DOMAIN}\nPassword:\t${LXC_PWD}\n\n"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user