PostgreSQL service start failed on CentOS 7Why primary node disconnect when set automatic failover with...
Calculate Levenshtein distance between two strings in Python
Piano - What is the notation for a double stop where both notes in the double stop are different lengths?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Why do we use polarized capacitors?
What does 'script /dev/null' do?
Does bootstrapped regression allow for inference?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
What happens when a metallic dragon and a chromatic dragon mate?
Email Account under attack (really) - anything I can do?
Could a US political party gain complete control over the government by removing checks & balances?
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Check if two datetimes are between two others
What does it exactly mean if a random variable follows a distribution
Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?
Is there a way to make member function NOT callable from constructor?
Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
How would photo IDs work for shapeshifters?
Is "plugging out" electronic devices an American expression?
Is Social Media Science Fiction?
Is every set a filtered colimit of finite sets?
Where else does the Shulchan Aruch quote an authority by name?
Ideas for 3rd eye abilities
PostgreSQL service start failed on CentOS 7
Why primary node disconnect when set automatic failover with PostgreSQL and Pacemaker?MySQL 5.7 doesn't start after installation on CentOS 6.7pg_ctl won't start postgresHow do I access Postgres when I get an error about “/var/run/postgresql/.s.PGSQL.5432”?Error Receiving WAL files with barmanDetermine cause of failed MariaDB start on CentOS 7Version not changed after updating PostgreSQL on CentOSUnable to Restart PostgreSQL after attempting to move pg_xlog to different partitionFailed Starting mysqld on centOS 6PostgreSQL Database Service does not start after upgradePostgres 10 replica service error on startup
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Installed PostgreSQL using:
sudo yum install postgresql-server postgresql-contrib
PostgreSQL version: 9.2.18
When start service:
sudo service postgresql start
Got error:
Redirecting to /bin/systemctl start postgresql.service
Job for postgresql.service failed because the control process exited with error code. See "systemctl status postgresql.service" and "journalctl -xe" for details.
The journalctl -xe
detail:
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:17:04 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:17:04 node2 systemd[1]: postgresql.service failed.
7月 19 04:17:04 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27133:53830492 (system bus name :1.405, object path /org/freedesktop/PolicyKit1/AuthenticationA
7月 19 04:19:33 node2 polkitd[19772]: Registered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object pat
7月 19 04:19:33 node2 systemd[1]: Starting PostgreSQL database server...
-- Subject: Unit postgresql.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has begun starting up.
7月 19 04:19:34 node2 pg_ctl[27187]: pg_ctl: could not start server
7月 19 04:19:34 node2 pg_ctl[27187]: Examine the log output.
7月 19 04:19:34 node2 systemd[1]: postgresql.service: control process exited, code=exited status=1
7月 19 04:19:34 node2 systemd[1]: Failed to start PostgreSQL database server.
-- Subject: Unit postgresql.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:19:34 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:19:34 node2 systemd[1]: postgresql.service failed.
7月 19 04:19:34 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406, object path /org/freedesktop/PolicyKit1/AuthenticationA
lines 2850-2910/2910 (END)
Run systemctl status PostgreSQL.service
, got this information:
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-07-19 04:30:26 EDT; 42min ago
Process: 27285 ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o -p ${PGPORT} -w -t 300 (code=exited, status=1/FAILURE)
Process: 27280 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGDATA} (code=exited, status=0/SUCCESS)
Main PID: 26640 (code=exited, status=0/SUCCESS)
postgresql centos master-slave-replication
add a comment |
Installed PostgreSQL using:
sudo yum install postgresql-server postgresql-contrib
PostgreSQL version: 9.2.18
When start service:
sudo service postgresql start
Got error:
Redirecting to /bin/systemctl start postgresql.service
Job for postgresql.service failed because the control process exited with error code. See "systemctl status postgresql.service" and "journalctl -xe" for details.
The journalctl -xe
detail:
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:17:04 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:17:04 node2 systemd[1]: postgresql.service failed.
7月 19 04:17:04 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27133:53830492 (system bus name :1.405, object path /org/freedesktop/PolicyKit1/AuthenticationA
7月 19 04:19:33 node2 polkitd[19772]: Registered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object pat
7月 19 04:19:33 node2 systemd[1]: Starting PostgreSQL database server...
-- Subject: Unit postgresql.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has begun starting up.
7月 19 04:19:34 node2 pg_ctl[27187]: pg_ctl: could not start server
7月 19 04:19:34 node2 pg_ctl[27187]: Examine the log output.
7月 19 04:19:34 node2 systemd[1]: postgresql.service: control process exited, code=exited status=1
7月 19 04:19:34 node2 systemd[1]: Failed to start PostgreSQL database server.
-- Subject: Unit postgresql.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:19:34 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:19:34 node2 systemd[1]: postgresql.service failed.
7月 19 04:19:34 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406, object path /org/freedesktop/PolicyKit1/AuthenticationA
lines 2850-2910/2910 (END)
Run systemctl status PostgreSQL.service
, got this information:
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-07-19 04:30:26 EDT; 42min ago
Process: 27285 ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o -p ${PGPORT} -w -t 300 (code=exited, status=1/FAILURE)
Process: 27280 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGDATA} (code=exited, status=0/SUCCESS)
Main PID: 26640 (code=exited, status=0/SUCCESS)
postgresql centos master-slave-replication
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53
add a comment |
Installed PostgreSQL using:
sudo yum install postgresql-server postgresql-contrib
PostgreSQL version: 9.2.18
When start service:
sudo service postgresql start
Got error:
Redirecting to /bin/systemctl start postgresql.service
Job for postgresql.service failed because the control process exited with error code. See "systemctl status postgresql.service" and "journalctl -xe" for details.
The journalctl -xe
detail:
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:17:04 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:17:04 node2 systemd[1]: postgresql.service failed.
7月 19 04:17:04 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27133:53830492 (system bus name :1.405, object path /org/freedesktop/PolicyKit1/AuthenticationA
7月 19 04:19:33 node2 polkitd[19772]: Registered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object pat
7月 19 04:19:33 node2 systemd[1]: Starting PostgreSQL database server...
-- Subject: Unit postgresql.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has begun starting up.
7月 19 04:19:34 node2 pg_ctl[27187]: pg_ctl: could not start server
7月 19 04:19:34 node2 pg_ctl[27187]: Examine the log output.
7月 19 04:19:34 node2 systemd[1]: postgresql.service: control process exited, code=exited status=1
7月 19 04:19:34 node2 systemd[1]: Failed to start PostgreSQL database server.
-- Subject: Unit postgresql.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:19:34 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:19:34 node2 systemd[1]: postgresql.service failed.
7月 19 04:19:34 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406, object path /org/freedesktop/PolicyKit1/AuthenticationA
lines 2850-2910/2910 (END)
Run systemctl status PostgreSQL.service
, got this information:
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-07-19 04:30:26 EDT; 42min ago
Process: 27285 ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o -p ${PGPORT} -w -t 300 (code=exited, status=1/FAILURE)
Process: 27280 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGDATA} (code=exited, status=0/SUCCESS)
Main PID: 26640 (code=exited, status=0/SUCCESS)
postgresql centos master-slave-replication
Installed PostgreSQL using:
sudo yum install postgresql-server postgresql-contrib
PostgreSQL version: 9.2.18
When start service:
sudo service postgresql start
Got error:
Redirecting to /bin/systemctl start postgresql.service
Job for postgresql.service failed because the control process exited with error code. See "systemctl status postgresql.service" and "journalctl -xe" for details.
The journalctl -xe
detail:
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:17:04 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:17:04 node2 systemd[1]: postgresql.service failed.
7月 19 04:17:04 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27133:53830492 (system bus name :1.405, object path /org/freedesktop/PolicyKit1/AuthenticationA
7月 19 04:19:33 node2 polkitd[19772]: Registered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object pat
7月 19 04:19:33 node2 systemd[1]: Starting PostgreSQL database server...
-- Subject: Unit postgresql.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has begun starting up.
7月 19 04:19:34 node2 pg_ctl[27187]: pg_ctl: could not start server
7月 19 04:19:34 node2 pg_ctl[27187]: Examine the log output.
7月 19 04:19:34 node2 systemd[1]: postgresql.service: control process exited, code=exited status=1
7月 19 04:19:34 node2 systemd[1]: Failed to start PostgreSQL database server.
-- Subject: Unit postgresql.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has failed.
--
-- The result is failed.
7月 19 04:19:34 node2 systemd[1]: Unit postgresql.service entered failed state.
7月 19 04:19:34 node2 systemd[1]: postgresql.service failed.
7月 19 04:19:34 node2 polkitd[19772]: Unregistered Authentication Agent for unix-process:27165:53845472 (system bus name :1.406, object path /org/freedesktop/PolicyKit1/AuthenticationA
lines 2850-2910/2910 (END)
Run systemctl status PostgreSQL.service
, got this information:
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-07-19 04:30:26 EDT; 42min ago
Process: 27285 ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o -p ${PGPORT} -w -t 300 (code=exited, status=1/FAILURE)
Process: 27280 ExecStartPre=/usr/bin/postgresql-check-db-dir ${PGDATA} (code=exited, status=0/SUCCESS)
Main PID: 26640 (code=exited, status=0/SUCCESS)
postgresql centos master-slave-replication
postgresql centos master-slave-replication
edited Jul 19 '17 at 9:59
cloud_cloud
asked Jul 19 '17 at 8:23
cloud_cloudcloud_cloud
175310
175310
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53
add a comment |
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53
add a comment |
2 Answers
2
active
oldest
votes
You have 3 steps before being abble to connect to a PostgreSQL Database:
- Install PostgreSQL
- Create the data cluster ($PGDATA)
- Start the server
You already installed PostgreSQL, you need now to create the cluster. The initdb
tool is what you need.
You will find documentation here.
It might be confusing because when you're under a debian based distros, apt
and perl wrappers do every steps for you.
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created arecovery.conf
file and added this to it:trigger_file = '/tmp/postgresql.trigger.5432'
, theservice PostgreSQL start
command didn't work. I think it's the reason.
– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
add a comment |
In my case it was the shared_buffers
was too big that cased the failed state, I decrease it to 128MB and restarted then worked fine, my case was I made a copy of the data directory after an OS crash to a new OS .
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f180209%2fpostgresql-service-start-failed-on-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have 3 steps before being abble to connect to a PostgreSQL Database:
- Install PostgreSQL
- Create the data cluster ($PGDATA)
- Start the server
You already installed PostgreSQL, you need now to create the cluster. The initdb
tool is what you need.
You will find documentation here.
It might be confusing because when you're under a debian based distros, apt
and perl wrappers do every steps for you.
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created arecovery.conf
file and added this to it:trigger_file = '/tmp/postgresql.trigger.5432'
, theservice PostgreSQL start
command didn't work. I think it's the reason.
– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
add a comment |
You have 3 steps before being abble to connect to a PostgreSQL Database:
- Install PostgreSQL
- Create the data cluster ($PGDATA)
- Start the server
You already installed PostgreSQL, you need now to create the cluster. The initdb
tool is what you need.
You will find documentation here.
It might be confusing because when you're under a debian based distros, apt
and perl wrappers do every steps for you.
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created arecovery.conf
file and added this to it:trigger_file = '/tmp/postgresql.trigger.5432'
, theservice PostgreSQL start
command didn't work. I think it's the reason.
– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
add a comment |
You have 3 steps before being abble to connect to a PostgreSQL Database:
- Install PostgreSQL
- Create the data cluster ($PGDATA)
- Start the server
You already installed PostgreSQL, you need now to create the cluster. The initdb
tool is what you need.
You will find documentation here.
It might be confusing because when you're under a debian based distros, apt
and perl wrappers do every steps for you.
You have 3 steps before being abble to connect to a PostgreSQL Database:
- Install PostgreSQL
- Create the data cluster ($PGDATA)
- Start the server
You already installed PostgreSQL, you need now to create the cluster. The initdb
tool is what you need.
You will find documentation here.
It might be confusing because when you're under a debian based distros, apt
and perl wrappers do every steps for you.
edited 1 hour ago
isapir
1474
1474
answered Jul 19 '17 at 9:33
ArkhenaArkhena
87918
87918
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created arecovery.conf
file and added this to it:trigger_file = '/tmp/postgresql.trigger.5432'
, theservice PostgreSQL start
command didn't work. I think it's the reason.
– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
add a comment |
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created arecovery.conf
file and added this to it:trigger_file = '/tmp/postgresql.trigger.5432'
, theservice PostgreSQL start
command didn't work. I think it's the reason.
– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created a
recovery.conf
file and added this to it: trigger_file = '/tmp/postgresql.trigger.5432'
, the service PostgreSQL start
command didn't work. I think it's the reason.– cloud_cloud
Jul 19 '17 at 9:48
Thank you. I did all of those. I followed this guide to do the replication: digitalocean.com/community/tutorials/…. After I created a
recovery.conf
file and added this to it: trigger_file = '/tmp/postgresql.trigger.5432'
, the service PostgreSQL start
command didn't work. I think it's the reason.– cloud_cloud
Jul 19 '17 at 9:48
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
Ok, you didn't mention any of that...
– Arkhena
Jul 19 '17 at 12:53
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
After I reinstall PostgreSQL, works.
– cloud_cloud
Jul 20 '17 at 3:11
add a comment |
In my case it was the shared_buffers
was too big that cased the failed state, I decrease it to 128MB and restarted then worked fine, my case was I made a copy of the data directory after an OS crash to a new OS .
add a comment |
In my case it was the shared_buffers
was too big that cased the failed state, I decrease it to 128MB and restarted then worked fine, my case was I made a copy of the data directory after an OS crash to a new OS .
add a comment |
In my case it was the shared_buffers
was too big that cased the failed state, I decrease it to 128MB and restarted then worked fine, my case was I made a copy of the data directory after an OS crash to a new OS .
In my case it was the shared_buffers
was too big that cased the failed state, I decrease it to 128MB and restarted then worked fine, my case was I made a copy of the data directory after an OS crash to a new OS .
edited Jan 31 at 8:02
McNets
16.4k42261
16.4k42261
answered Jan 30 at 23:56
MawardyMawardy
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f180209%2fpostgresql-service-start-failed-on-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What are your PostgreSQL logs ?
– Arkhena
Jul 19 '17 at 12:53