postgresql no slackware14 [RESOLVIDO]

1. postgresql no slackware14 [RESOLVIDO]

Daniel
danielcrvg

(usa Slackware)

Enviado em 03/03/2013 - 22:08h

boa noite galera blz???

Entao vou instalar o postgresql atraves do SlackBuilds, que pra mim ate agora, foi as melhores maneiras q eu encontrei pra instalar o que eu quis...

Entao, me deparei com os seguintes instrucoes, porem fiquei um pouco desconfiado em uma questao, e ai gostaria de saber a opiniao de vcs que sao mais experientes...

Segue o texto, e minha duvida esta junto com a 'seta': "<----"...



Before you can run postgresql you'll need to create the
database files in /var/lib/pgsql. The following should do
the trick.
# su postgres -c "initdb -D /var/lib/pgsql/data"

Additionally, a logrotation script and init script are included.
For production level log file handling please read
http://www.postgresql.org/docs/9.2/interactive/logfile-maintenance.html

In order to start postgresql at boot and stop it properly at shutdown,
make sure rc.postgresql is executable and add the following lines to
the following files:

/etc/rc.d/rc.local
==================
# Startup postgresql
if [ -x /etc/rc.d/rc.postgresql ]; then
/etc/rc.d/rc.postgresql start
fi

/etc/rc.d/rc.local_shutdown <------- Nao existe este arquivo no meu slack14, posso cria-lo e usa-lo como o tutorial define??
===========================
# Stop postgres
if [ -x /etc/rc.d/rc.postgresql ]; then
/etc/rc.d/rc.postgresql stop
fi

Additionally, rc.postgresql script has additional modes for stop/restart:
force-stop|force-restart (i.e. pg_ctl 'fast' mode)
unclean-stop|unclean-restart (i.e. pg_ctl 'immediate' mode)
See http://www.postgresql.org/docs/8.4/static/app-pg-ctl.html

This script builds postgresql with some useful extension modules from
the contrib directory, see PG_EXTENSIONS in SlackBuild file.
To build PostgreSQL with all extensions, use the following command:

# PG_EXTENSIONS=ALL ./postgresql.SlackBuild

Please note that in order to actually use extension, you must execute
'CREATE EXTENSION [ IF NOT EXISTS ] extension_name' for each extension.




Obrigado,

Daniel


  


2. Re: postgresql no slackware14 [RESOLVIDO]

Sandro Marcell
smarcell

(usa Slackware)

Enviado em 04/03/2013 - 01:22h

Pode sim cara! Sem problemas. Esse script será executado sempre que o sistema for reiniciado ou desligado! Só não se esqueça que ao criar esse script, você deve torná-lo executável.



3. Re: postgresql no slackware14 [RESOLVIDO]

Daniel
danielcrvg

(usa Slackware)

Enviado em 04/03/2013 - 09:30h

saquei. e eu torno ele executavel com o: # chmod +x nomedoscript ???

nao preciso de colocar aqueles parametros #bin/bash no comeco do script nao né?


4. Re: postgresql no slackware14 [RESOLVIDO]

Sandro Marcell
smarcell

(usa Slackware)

Enviado em 04/03/2013 - 13:16h

danielcrvg escreveu:

saquei. e eu torno ele executavel com o: # chmod +x nomedoscript ???

nao preciso de colocar aqueles parametros #bin/bash no comeco do script nao né?


Tem que colocar!


#!/bin/sh
comandos...



5. Re: postgresql no slackware14 [RESOLVIDO]

Daniel
danielcrvg

(usa Slackware)

Enviado em 04/03/2013 - 14:54h


entao consegui instalar conforme a mensagem de confirmacao...

WARNING: enabling "trust" authentication for local connections
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 using:

postgres -D /var/lib/pgsql/data
or
pg_ctl -D /var/lib/pgsql/data -l logfile start

root@blackpearl:/home/dani3l/Downloads/postgresql#


mas ao tentar inicializar o servico:

dani3l@blackpearl:~$ postgres -D /var/lib/pgsql/data
postgres cannot access the server configuration file "/var/lib/pgsql/data/postgresql.conf": Permission denied

sendo q eu ja tinha add tanto o grupo, quanto o usuario "postgres" com os comandos:

groupadd -g 209 postgres
useradd -u 209 -g 209 -d /var/lib/pgsql postgres


como faco essa permissao??


6. Re: postgresql no slackware14 [RESOLVIDO]

Daniel
danielcrvg

(usa Slackware)

Enviado em 04/03/2013 - 16:30h

eu marquei sem querer como resolvido... eu re iniciei a maquina e ele apareceu.. mas ai eu desliguei a maquina e desapareceu...

to meio confuso






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts