22 lines
602 B
Markdown
22 lines
602 B
Markdown
Pg Pass workaround: set manually:
|
|
|
|
```
|
|
root@freescout /ro psql freescout
|
|
psql (15.6 (Debian 15.6-0+deb12u1))
|
|
Type "help" for help.
|
|
|
|
freescout=# \password freescout
|
|
Enter new password for user "freescout":
|
|
Enter it again:
|
|
freescout=#
|
|
\q
|
|
```
|
|
|
|
|
|
# problems
|
|
|
|
# check if /opt/freescout/.env is resettet
|
|
# ckeck `psql -h localhost -d freescout -U freescout -W`with pw from .env
|
|
# chown -R www-data:www-data /opt/freescout
|
|
# sudo su - www-data -c 'php /opt/freescout/artisan freescout:clear-cache' -s /bin/bash
|
|
# javascript funny? `sudo su - www-data -c 'php /opt/freescout/artisan storage:link' -s /bin/bash`
|