ubicloud/spec/routes/api/cli/pg
Jeremy Evans 90078b3bfc Avoid renaming objects if the name didn't change
Before, worst case scenario was an extra database write. Now, it
would perform an unnecessary certificate change for postgres
resources. It's best to just skip the updates if the name is the
same.
2025-09-17 01:43:20 +09:00
..
add-config-entries_spec.rb Add pg add-config-entries to the cli/sdk 2025-08-26 02:42:03 +09:00
add-firewall-rule_spec.rb Support IPv6 connections to PostgreSQL databases by default 2025-09-03 02:09:02 +09:00
add-metric-destination_spec.rb Make storage_size a required parameter 2025-06-20 07:56:16 +03:00
add-pgbouncer-config-entries_spec.rb Add pg add-pgbouncer-config-entries to the cli/sdk 2025-08-26 02:42:03 +09:00
ca-certificates_spec.rb Add pg ca-certificates to the cli 2025-08-26 02:42:03 +09:00
create-read-replica_spec.rb Add pg create-read-replica to the cli/sdk 2025-08-26 02:42:03 +09:00
create_spec.rb Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09:00
delete-firewall-rule_spec.rb Support IPv6 connections to PostgreSQL databases by default 2025-09-03 02:09:02 +09:00
delete-metric-destination_spec.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
destroy_spec.rb Make storage_size a required parameter 2025-06-20 07:56:16 +03:00
list_spec.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
modify-firewall-rule_spec.rb Add pg modify-firewall-rule to the cli/sdk 2025-08-26 02:42:03 +09:00
modify_spec.rb Add pg modify to the cli/sdk 2025-08-26 02:42:03 +09:00
pg_dumpall_spec.rb Move dns_zone helper to PostgresResource model 2025-09-15 14:41:18 +02:00
promote-read-replica_spec.rb Add pg promote-read-replica to the cli/sdk 2025-08-26 02:42:03 +09:00
psql_pg_dump_spec.rb Move dns_zone helper to PostgresResource model 2025-09-15 14:41:18 +02:00
remove-config-entries_spec.rb Add pg remove-config-entries to the cli 2025-08-26 02:42:03 +09:00
remove-pgbouncer-config-entries_spec.rb Add pg remove-pgbouncer-config-entries to the cli 2025-08-26 02:42:03 +09:00
rename_spec.rb Avoid renaming objects if the name didn't change 2025-09-17 01:43:20 +09:00
reset-superuser-password_spec.rb Make storage_size a required parameter 2025-06-20 07:56:16 +03:00
restart_spec.rb Make storage_size a required parameter 2025-06-20 07:56:16 +03:00
restore_spec.rb Make storage_size a required parameter 2025-06-20 07:56:16 +03:00
set-maintenance-window_spec.rb Add pg set-maintenance-window to cli/sdk 2025-08-26 02:42:03 +09:00
show_spec.rb Move dns_zone helper to PostgresResource model 2025-09-15 14:41:18 +02:00