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
Hi there,
Thanks for building a great charm, this is the first time I ever had any issue and it's even a quite minor thing at that. Cheers
Steps to reproduce
juju ssh <postgres machine>
Access database via psql
run some queries or something
Exit psql
Message appears in console: could not save history to file "/home/ubuntu/.psql_history": Permission denied
Expected behavior
psql saves the command history so that it can be accessed in subsequent sessions.
Actual behavior
The message appears, no history is saved.
Versions
Operating system: Ubuntu 22.04.4 LTS
Juju CLI: 3.5.3-genericlinux-amd64
Juju agent: 3.3.5
Charm revision: 363 (channel 14/stable)
LXD: 6.1
Log output
Juju debug log: no relevant Juju debug log messages
Additional context
There is of course a possibility that this issue is due to something other than the charm itself, though we haven't really made any post-deploy configurations or installs on the machine/app.
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for building a great charm, this is the first time I ever had any issue and it's even a quite minor thing at that. Cheers
Steps to reproduce
juju ssh <postgres machine>
psql
psql
could not save history to file "/home/ubuntu/.psql_history": Permission denied
Expected behavior
psql
saves the command history so that it can be accessed in subsequent sessions.Actual behavior
The message appears, no history is saved.
Versions
Operating system: Ubuntu 22.04.4 LTS
Juju CLI: 3.5.3-genericlinux-amd64
Juju agent: 3.3.5
Charm revision: 363 (channel 14/stable)
LXD: 6.1
Log output
Juju debug log: no relevant Juju debug log messages
Additional context
There is of course a possibility that this issue is due to something other than the charm itself, though we haven't really made any post-deploy configurations or installs on the machine/app.
The text was updated successfully, but these errors were encountered: