diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index 43d2b4383..a92128a93 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -88,11 +88,6 @@ webhook -hooks ~/hooks.json & # create db user export DB_USER=gradido export DB_PASSWORD=$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo); -# create table -#create database gradido_community -# DEFAULT CHARACTER SET utf8mb4 -# DEFAULT COLLATE utf8mb4_unicode_ci; -# GRANT ALL PRIVILEGES ON gradido_community.* TO '$DB_USER'@'localhost'; sudo mysql < $PROJECT_ROOT/admin/.env -#TODO import old database - # Start gradido # Note: on first startup some errors will occur - nothing serious ./start.sh \ No newline at end of file