About 74,100 results
Open links in new tab
  1. How can I start PostgreSQL on Windows? - Stack Overflow

    I have installed Postgresql on my Windows 10 PC. I have used the pgAdmin II tool to create a database called company, and now I want to start the database server running. I cannot figure …

  2. postgresql - correct way to start/stop postgres database pg_ctl or ...

    Mar 22, 2024 · I would like to know correct way of starting/stopping postgres database. There are two ways pg_ctl start/stop service postgresql start/stop I would like to know how they are …

  3. How can I start PostgreSQL server on Mac OS X? - Stack Overflow

    I needed to run brew services restart postgresql, since starting the db with pg_ctl or brew services start said "another server might be running" and and stoping the db with pg_ctl hung.

  4. How to manually configure and start PostgreSQL on windows?

    Jun 5, 2019 · The start the server using pg_ctl as mentioned by Nirmal (and described in the manual). Make sure you start PostgreSQL using the same (Windows) user that you used …

  5. Problem with Postgres: "pg_ctl: could not start server"

    Oct 27, 2020 · If yes, then your server is already running. if not, remove postmaster.pid (but never, ever remove that file if the process ID belongs to a PostgreSQL process). Then start …

  6. Unable to start postgresql.service? - Stack Overflow

    Jan 26, 2017 · Success. You can now start the database server using: pg_ctl -D /var/lib/postgres/data -l logfile start successfully, I returned to the my regular user using exit …

  7. postgreSQL 13: Starting the Database Server on windows 10

    May 21, 2021 · You should be using pg_ctl to start the Server - that ensures that the administrator privileges are dropped during startup. Something like: pg_ctl -D c:/Data/PostgresData start …

  8. I can't start server PostgreSQL 11: "pg_ctl: could not start server"

    Oct 24, 2018 · The logfile is not to be taken literally, it should be replaced with a file where the PostgreSQL server process has write permission. You don't do it that way normally, rather you …

  9. postgresql - change pgsql port - Stack Overflow

    Oct 9, 2008 · I have currently an installed pgsql instance that is running on port 1486. I want to change this port to 5433, how should I proceed for this?

  10. systemctl start postgresql-13 start failed - Stack Overflow

    Apr 9, 2022 · enter image description here I am trying to install netboxtool but when i try to start postgesql it giving me below errors.Selinux already disabled. [1][root@it ~]# systemctl start …