ubicloud/spec/routes/api/cli/pg
Jeremy Evans 5e67c45687 Allow creating a PostgreSQL database without firewall rules in api/sdk/cli
The reason for allowing this is it allows you to create a locked-down
PostgreSQL database without parsing output of previous commands.
Previously, to create a locked-down database, you needed to create the
database, then remove the default firewall rules for it, then add your
own. Using this, you add the database without rules, and then add the
rules you need.
2025-09-03 02:23:35 +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 Use ubi-pgpassword response header for cli psql/pg_dump/pg_dumpall, if client is 1.1.0+ 2025-08-06 02:10:02 +09: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 Use ubi-pgpassword response header for cli psql/pg_dump/pg_dumpall, if client is 1.1.0+ 2025-08-06 02:10:02 +09: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 Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +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 Support IPv6 connections to PostgreSQL databases by default 2025-09-03 02:09:02 +09:00