-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3619 from EnterpriseDB/release/2023-02-07
Release: 2023-02-07
- Loading branch information
Showing
29 changed files
with
107 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
...g_postgresql_with_the_graphical_installation_wizard/command_line_parameters.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: "PostgreSQL command line parameters" | ||
navTitle: "Command line parameters" | ||
--- | ||
|
||
On Windows and MacOS you can optionally include parameters for a PostgreSQL installation on the command line when invoking the PostgreSQL installer. | ||
|
||
| Parameter | Description | | ||
| ------------------------------------------- | ----------- | | ||
| `--create_shortcuts <create_shortcuts>` | Specifies whether menu shortcuts are created <br />Default: `1` (yes) | | ||
| `--datadir <datadir>` | Specifies a location for the cluster's data directory <br />Windows default: `C:\Program Files\PostgreSQL\15\data`<br />MacOS default: `/Library/PostgreSQL/15/data`| | ||
| `--debuglevel <debuglevel>` | Sets the level of detail written to the debug file. Higher values generate more detailed information<br />Default: `2`<br />Allowed: `0` `1` `2` `3` `4` | | ||
| `--debugtrace <debugtrace>` | Specifies the filename containing installation details used for troubleshooting purposes | | ||
| `--disable-components <disable-components>` | Provides a comma-separated list of components that should not be installed<br /> Allowed: `server` `pgAdmin` `stackbuilder` `commandlinetools` | | ||
| `--enable_acledit <enable_acledit>` | (Windows only) Checks and gives read permissions on the complete data directory path for the service account <br />Default: `0` (no) | | ||
| `--enable-components <enable-components>` | Provides a comma-separated list of components to be installed<br />Default: `server` `pgAdmin` `stackbuilder` `commandlinetools`<br />Allowed: `server` `pgAdmin` `stackbuilder` `commandlinetools` | | ||
| `--extract-only <extract-only>` | Indicates that the installer should extract the PostgreSQL binaries without performing an installation<br />Default: `0` (no) | | ||
| `--help` | Displays the list of valid options | | ||
| `--install_runtimes <install_runtimes>` | Specifies whether to install Microsoft Visual C++ runtime libraries before the installation proceeds<br />Default: `1` (yes) | | ||
| `--installer-language <installer-language>` | Specifies the installer language<br />Default: `en`<br />Allowed: `en` `es` `fr` | | ||
| `--locale <locale>` | Specifies the locale for the PostgreSQL cluster<br />Default: The locale detected by `initdb` | | ||
| `--mode <mode>` | Specifies the installation mode<br />Default: `qt` (use the Qt graphical toolkit)<br />Allowed Windows values: `qt` `win32` `unattended`<br />Allowed MacOS values: `qt` `osx` `text` `unattended` | | ||
| `--optionfile <optionfile>` | Specifies the name and complete path to a file that contains installation configuration options | | ||
| `--prefix <prefix>` | Specifies an installation directory<br />Windows default: `C:\Program Files\PostgreSQL\15`<br />MacOS default: `/Library/PostgreSQL/15` | | ||
| `--serverport <serverport>` | Specifies a listener port number for PostgreSQL<br />Default: `5432` | | ||
| `--serviceaccount <serviceaccount>` | Sets the operating system user account that owns the server process<br />Default: `postgres` | | ||
| `--servicename <servicename>` | Sets the name of the database service | | ||
| `--servicepassword <servicepassword>` | (Windows only) Sets the password for the operating system user account that owns the server process<br />Default: The superuser password | | ||
| `--superaccount <superaccount>` | Sets the user name of the database superuser<br />Default: `postgres` | | ||
| `--superpassword <superpassword>` | Specifies the database superuser password | | ||
| `--unattendedmodeui <unattendedmodeui>` | Specifies the installer behavior during an unattended installation<br />Default: `minimal`<br />Allowed: `none` `minimal` `minimalWithDialogs` | | ||
| `--version` | Displays version information about the installer | | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c4127c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs.netlify.app as production
π Deployed on https://63e2a71ec68e582d5c6f3681--edb-docs.netlify.app
c4127c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs-staging.netlify.app as production
π Deployed on https://63e2a779c03ad128c43e4412--edb-docs-staging.netlify.app