About 4,920,000 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. 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.

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

    May 4, 2011 · 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 …

  4. 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 …

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

    Jan 26, 2017 · You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server …

  6. 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 …

  7. postgresql - Unable to start postgres - Stack Overflow

    Feb 8, 2023 · Unable to start postgres Asked 2 years, 9 months ago Modified 2 years, 3 months ago Viewed 6k times

  8. 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 …

  9. linux mint - How to restart Postgresql - Stack Overflow

    Dec 3, 2021 · I have PostgreSQL 9.3 and 9.4 installed on my Linux Mint machine. How can I restart PostgreSQL 9.4? A method to restart both versions together is also fine.

  10. Unable to run PostgreSQL as Windows service - Stack Overflow

    51 The command runservice can only be executed by the service manager in order to fix my localhost windows 7 to start postgres as a service i used the following command to start the data