mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	install: Rename postgres options to postgresql.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							1f7132f50d
						
					
				
				
					commit
					5eb8064a1a
				
			@@ -100,7 +100,7 @@ flag, e.g.:
 | 
			
		||||
sudo -s  # If not already root
 | 
			
		||||
./zulip-server-*/scripts/setup/install --certbot \
 | 
			
		||||
    --email=YOUR_EMAIL --hostname=YOUR_HOSTNAME \
 | 
			
		||||
    --no-init-db --postgres-missing-dictionaries
 | 
			
		||||
    --no-init-db --postgresql-missing-dictionaries
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The script also installs and starts PostgreSQL on the server by
 | 
			
		||||
 
 | 
			
		||||
@@ -67,9 +67,10 @@ $ sudo service puppet stop
 | 
			
		||||
Zulip expects to install PostgreSQL 12, and find that listening on
 | 
			
		||||
port 5432; any other version of PostgreSQL that is detected at install
 | 
			
		||||
time will cause the install to abort.  If you already have PostgreSQL
 | 
			
		||||
installed, you can pass `--postgres-version=` to the installer to have
 | 
			
		||||
it use that version.  It will replace the package with the latest from
 | 
			
		||||
the PostgreSQL apt repository, but existing data will be retained.
 | 
			
		||||
installed, you can pass `--postgresql-version=` to the installer to
 | 
			
		||||
have it use that version.  It will replace the package with the latest
 | 
			
		||||
from the PostgreSQL apt repository, but existing data will be
 | 
			
		||||
retained.
 | 
			
		||||
 | 
			
		||||
If you have an existing PostgreSQL database, note that Zulip will use
 | 
			
		||||
the default `main` as its database name; make sure you're not using
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user