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 would like to update the log-statement config variable to all. However, I am unable to do so with flyctl as the value remains unchanged.
🍰 fly postgres config view
NAME VALUE UNIT DESCRIPTION PENDING RESTART
log-min-duration-statement -1 ms Sets the minimum execution time above which all statements will be logged. (-1, 2147483647) false
log-statement none Sets the type of statements logged. [none, ddl, mod, all] false
max-connections 300 Sets the maximum number of concurrent connections. (1, 262143) false
shared-buffers 8192 8kB Sets the number of shared memory buffers used by the server. (16, 1073741823) false
shared-preload-libraries Lists shared libraries to preload into server. false
wal-level replica Sets the level of information written to the WAL. [minimal, replica, logical] false
🍰 fly postgres config update --log-statement all
NAME VALUE TARGET VALUE RESTART REQUIRED
log-statement none all false
? Are you sure you want to apply these changes? Yes
Performing update...
Update complete!
🍰 fly postgres config view
NAME VALUE UNIT DESCRIPTION PENDING RESTART
log-min-duration-statement -1 ms Sets the minimum execution time above which all statements will be logged. (-1, 2147483647) false
log-statement none Sets the type of statements logged. [none, ddl, mod, all] false
max-connections 300 Sets the maximum number of concurrent connections. (1, 262143) false
shared-buffers 8192 8kB Sets the number of shared memory buffers used by the server. (16, 1073741823) false
shared-preload-libraries Lists shared libraries to preload into server. false
wal-level replica Sets the level of information written to the WAL. [minimal, replica, logical] false
Flyctl version
🍰 fly version
flyctl v0.0.443 linux/amd64 Commit: 63f03d09 BuildDate: 2023-01-05T21:09:40Z
OS
Ubuntu 20.04 on WSL2.
The text was updated successfully, but these errors were encountered:
Details
I would like to update the
log-statement
config variable toall
. However, I am unable to do so withflyctl
as the value remains unchanged.Flyctl version
OS
Ubuntu 20.04 on WSL2.
The text was updated successfully, but these errors were encountered: