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
Copy file name to clipboardExpand all lines: product_docs/docs/pge/17/installing/linux_arm64/pge_debian_12.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,19 @@ Before you begin the installation process:
35
35
## Install the package
36
36
37
37
```shell
38
-
sudo apt-get -y install edb-postgresextended-16
38
+
sudo apt-get -y install edb-postgresextended-17
39
39
```
40
40
41
41
## Initial configuration
42
42
43
43
This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password.
44
44
45
-
First, you need to initialize and start the database cluster. The `edb-pge-16-setup` script creates a cluster.
45
+
First, you need to initialize and start the database cluster. The `edb-pge-17-setup` script creates a cluster.
To work in your cluster, log in as the postgres user. Connect to the database server using the psql command-line client. Alternatively, you can use a client of your choice with the appropriate connection string.
Copy file name to clipboardExpand all lines: product_docs/docs/pge/17/installing/linux_x86_64/pge_debian_11.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,19 @@ Before you begin the installation process:
35
35
## Install the package
36
36
37
37
```shell
38
-
sudo apt-get -y install edb-postgresextended-16
38
+
sudo apt-get -y install edb-postgresextended-17
39
39
```
40
40
41
41
## Initial configuration
42
42
43
43
This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password.
44
44
45
-
First, you need to initialize and start the database cluster. The `edb-pge-16-setup` script creates a cluster.
45
+
First, you need to initialize and start the database cluster. The `edb-pge-17-setup` script creates a cluster.
To work in your cluster, log in as the postgres user. Connect to the database server using the psql command-line client. Alternatively, you can use a client of your choice with the appropriate connection string.
Copy file name to clipboardExpand all lines: product_docs/docs/pge/17/installing/linux_x86_64/pge_debian_12.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,19 @@ Before you begin the installation process:
35
35
## Install the package
36
36
37
37
```shell
38
-
sudo apt-get -y install edb-postgresextended-16
38
+
sudo apt-get -y install edb-postgresextended-17
39
39
```
40
40
41
41
## Initial configuration
42
42
43
43
This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password.
44
44
45
-
First, you need to initialize and start the database cluster. The `edb-pge-16-setup` script creates a cluster.
45
+
First, you need to initialize and start the database cluster. The `edb-pge-17-setup` script creates a cluster.
To work in your cluster, log in as the postgres user. Connect to the database server using the psql command-line client. Alternatively, you can use a client of your choice with the appropriate connection string.
Getting started with your cluster involves logging in, ensuring the installation and initial configuration was successful, connecting to your cluster, and creating the user password.
55
55
56
-
First, you need to initialize and start the database cluster. The `edb-pge-16-setup` script creates a cluster.
56
+
First, you need to initialize and start the database cluster. The `edb-pge-17-setup` script creates a cluster.
To work in your cluster, log in as the postgres user. Connect to the database server using the psql command-line client. Alternatively, you can use a client of your choice with the appropriate connection string.
0 commit comments