You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on latest Version v4.0.9 build 215 (g36cbffa) of snipeitapp.
I'm connecting to db through socket.
My connections string in .env is DB_SOCKET='/cloudsql/gcp-inventory:europe-west1:inventory-db'
& DB_DUMP_PATH='/usr/bin/' where mysqldump is located.
Backups won't create any DB dump files, as well as .env ll /var/www/html/storage
drwxr-xr-x 8 www-data www-data 4096 Oct 13 09:12 ./
drwxr-xr-x 18 www-data www-data 4096 Oct 13 09:16 ../
drwxr-xr-x 3 www-data www-data 4096 Oct 13 08:59 app/
drwxr-xr-x 2 www-data www-data 4096 Oct 13 08:59 debugbar/
drwxr-xr-x 5 www-data www-data 4096 Oct 13 08:59 framework/
drwxr-xr-x 3 www-data www-data 4096 Oct 13 09:12 laravel-backups/
drwxr-xr-x 2 www-data www-data 4096 Oct 13 09:06 logs/
-rw-r--r-- 1 www-data www-data 3292 Oct 13 09:08 oauth-private.key
-rw-r--r-- 1 www-data www-data 812 Oct 13 09:08 oauth-public.key
drwxr-xr-x 8 www-data www-data 4096 Oct 13 08:59 private_uploads/
If i will run mysqldump manually, i can backup DB as expected. mysqldump --set-gtid-purged=OFF -u snipeit -psomestrongpass -S /cloudsql/gcp-inventory\:europe-west1\:inventory-db snipeit > /opt/snipeit.sql
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi.
I'm on latest
Version v4.0.9 build 215 (g36cbffa)
of snipeitapp.I'm connecting to db through socket.
My connections string in
.env
isDB_SOCKET='/cloudsql/gcp-inventory:europe-west1:inventory-db'
&
DB_DUMP_PATH='/usr/bin/'
wheremysqldump
is located.Backups won't create any DB dump files, as well as
.env
ll /var/www/html/storage
ll /var/www/html/storage/app/
drwxr-xr-x 3 www-data www-data 4096 Oct 13 08:59 backups/
If i will run
mysqldump
manually, i can backup DB as expected.mysqldump --set-gtid-purged=OFF -u snipeit -psomestrongpass -S /cloudsql/gcp-inventory\:europe-west1\:inventory-db snipeit > /opt/snipeit.sql
Any suggestions?
The text was updated successfully, but these errors were encountered: