About 1,280,111 results (2,243 milliseconds)

Create and manage users | Cloud SQL for PostgreSQL | Google Cloud

https://cloud.google.com/sql/docs/postgres/create-manage-users
Set the password for the default user account · In the Google Cloud console, go to the Cloud SQL Instances page. · To open the Overview page of an instance, click ...

WbSysExec: support set system environment variable

https://groups.google.com/g/sql-workbench/c/XYTTSkQL30s/m/XLEj1ZBqAAAJ
... (psql-call) is working further and psql log is written and the import has been done completely. When I call it from command line however it works. Is there ...

gcloud sql users set-password | Google Cloud CLI Documentation

https://cloud.google.com/sdk/gcloud/reference/sql/users/set-password
set-password · set-roles · set-superuser. gcloud alpha. Overview. access-approval ... get-mount-command · scp · ssh. code. Overview · clean-up · dev. composer.

Quickstart: Connect to Cloud SQL for PostgreSQL from Cloud Shell ...

https://cloud.google.com/sql/docs/postgres/connect-instance-cloud-shell
Set password policies ... Click the following button to open Cloud Shell, which provides command-line access to your Google Cloud resources directly from the ...

Manage users with built-in authentication | Cloud SQL for MySQL ...

https://cloud.google.com/sql/docs/mysql/create-manage-users
Set the password for the default user account · In the Google Cloud console, go to the Cloud SQL Instances page. · To open the Overview page of an instance, click ...

community/archived/setting-up-postgres.md at master ...

https://cloud.google.com/community/tutorials/setting-up-postgres
Aug 10, 2023 ... You should see the PSQL command prompt, which looks like this: postgres=# Enter the following command to set the password: \password postgres.

Quickstart: Connect to Cloud SQL for PostgreSQL from your local ...

https://cloud.google.com/sql/docs/postgres/connect-instance-local-computer
Learn how to deploy a sample app on your Linux, macOS, or Windows-based local computer connected to a PostgreSQL instance by using the Google Cloud console ...

Connect using the Cloud SQL Auth Proxy | Cloud SQL for PostgreSQL

https://cloud.google.com/sql/docs/postgres/connect-auth-proxy
To use this option on the command-line, invoke the cloud-sql-proxy command with the --credentials-file flag set to the path and filename of a JSON credential ...

Create instances | Cloud SQL for PostgreSQL | Google Cloud

https://cloud.google.com/sql/docs/postgres/create-instance
Create a PostgreSQL instance · In the Google Cloud console, go to the Cloud SQL Instances page. · Click Create instance. · On the Choose your database engine panel ...

How can Connect to Postgresql in a docker container from local ...

https://groups.google.com/g/kobo-users/c/VlNuMe-wqUc
The postgres username and password are set in this env file. To access postgres you would need to run a command such as docker exec -it kobodocker_psql_1 ...

Fail to change passwords (1.7.6)

https://groups.google.com/g/xnat_discussion/c/qANafmr3d5I
Apr 14, 2021 ... Where: PL/pgSQL function update_ls_xdat_user(integer,integer) line 10 at FOR over SELECT rows ... default PostgreSQL configuration until version ...

Manage AlloyDB user roles | AlloyDB for PostgreSQL | Google Cloud

https://cloud.google.com/alloydb/docs/database-users/about
Access to the postgres database user, or another user role with the appropriate administrative privileges. To use the Google Cloud console or Google Cloud CLI ...

DB Issue Upgrading to Bareos 21

https://groups.google.com/g/bareos-users/c/9H41oMz-Do4
Feb 20, 2022 ... For reference, bareos-db is another docker container running postgres 9.3 from their official docker hub. ... Password = "PASSWORD" # Console ...

Connect using a psql client | Cloud SQL for PostgreSQL | Google ...

https://cloud.google.com/sql/docs/postgres/connect-admin-ip
You can use the PostgreSQL command-line client to connect to Cloud SQL. This ... Note: On Windows, enter these commands before executing psql commands: SET ...

Connect AlloyDB to Oracle through Google VPN | Google Codelabs

https://codelabs.developers.google.com/codelabs/alloydb-oracle-fdw-vpn
Feb 28, 2024 ... Using an open tab of cloud shell or a command line terminal with Google Cloud SDK execute: ... Use the noted password for Oracle user POSTGRES we ...

Installation of XNAT on redhat 8

https://groups.google.com/g/xnat_discussion/c/pOpoBbyGbVU
You should be prompted for your password and then see the command-line interface: # psql --host=localhost --username=xnat --password. Password: psql (12.10 ...

Setting up Cloud SQL for PostgreSQL for production use | Solutions ...

https://cloud.google.com/solutions/setting-up-cloud-sql-for-postgresql-for-production
Account management (add, delete, or change password) · List the existing accounts from the Google Cloud console: Go to Cloud SQL Console>Select PostgreSQL ...

[Dspace-tech] eperson and groups

https://groups.google.com/g/dspace-tech/c/aEfjf4LdEXo
Is there a way to add an eperson into groups by using the command line tool ... You could, however, use a CLI SQL client (psql) to manipulate membership in the ...

ant fresh_install vs postgres

https://groups.google.com/g/dspace-tech/c/HdqukkPGyHY
the command-line (with or without specifying the database) but only if I don ... Allow the "dspace" PostgreSQL user to connect using a password: This means having ...

Debian Install 2015-04-24

https://groups.google.com/g/iDempiere/c/pQ80c9yOyNQ
This is what I needed to do before trying to install postgresql-9.4: * edit the file /etc/locale.gen and change last line to en_US UTF-8. * execute locale ...