<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Fedora 19 - instalacja postgresa]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=1895</link>
		<description><![CDATA[Najświeższe odpowiedzi w Fedora 19 - instalacja postgresa.]]></description>
		<lastBuildDate>Thu, 24 Oct 2013 06:57:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Fedora 19 - instalacja postgresa]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4773#p4773</link>
			<description><![CDATA[Mam problem z instalacją PostgreSQL. Po uruchomieniu instalatora pokazuje mi się komunikat : "There has been an error. Unable to write inside TEMP environment variable path". Posiadam win7 64 bit. Moge prosić o pomoc co oznacza ten komunikat?]]></description>
			<author><![CDATA[dummy@example.com (zibion)]]></author>
			<pubDate>Thu, 24 Oct 2013 06:57:07 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4773#p4773</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Fedora 19 - instalacja postgresa]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4768#p4768</link>
			<description><![CDATA[OK,
po wielu trudach poradziłem sobie.

Do pkt 4)

A) 
Popatrz na plik 
/lib/systemd/system/postgresql.service
Jest fajnie okomentowany.

Więc zrobiłem sobie plik w 
/etc/systemd/system/moj_postgresql.service
gdzie dałem:
[Service]
Environment=PGDATA=/ścieżka/niebieski_cluster/

B)
ln -Z /lib/systemd/system/postgresql.service
a następnie ustawiam takie same
chcon -u ... -r ... -t ... /etc/systemd/system/moj_postgresql.service

C)
ln -Z /var/lib/pgsql/data
a następnie ustawiam takie same
chcon -R -u ... -r ... -t ... /ścieżka/niebieski_cluster/]]></description>
			<author><![CDATA[dummy@example.com (tomek)]]></author>
			<pubDate>Wed, 16 Oct 2013 10:50:28 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4768#p4768</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Fedora 19 - instalacja postgresa]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4763#p4763</link>
			<description><![CDATA[Tu powinieneś znaleźć pełny opis [url=http://wiki.postgresql.org/wiki/YUM_Installation]Link[/url]]]></description>
			<author><![CDATA[dummy@example.com (c_michal)]]></author>
			<pubDate>Tue, 15 Oct 2013 06:46:02 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4763#p4763</guid>
		</item>
		<item>
			<title><![CDATA[Fedora 19 - instalacja postgresa]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4762#p4762</link>
			<description><![CDATA[1)
yum install postgres
yum install pgadmin3


2)
yum install postgres-server postgresql-contrib postgresql-upgrade

passwd postgres                          #żeby ustawić niestandardowe hasło


3)
mkdir niebieski_cluster

chown postgres.postgres niebieski_cluster

su - postgres

initdb -E utf8 --locale="pl_PL.UTF8"
        -U użytkownik_root -W -A md5
        -D niebieski_cluster

4)
Teraz nie wiem co zrobić aby ten cluster był uruchamiany przy starcie systemu 
???????????
Szukałem w googlach i nic nie znalazłem.

5)
systemctl enable postgresql.service
- tylko że teraz odpalenie postgresa przy starcie systemu kończy się niepowodzeniem


---------------------------------------
Czy generalnie dobrze to robię, czego brakuje ?

Proszę o pomoc, podpowiedzi jak sprawić aby przy starcie systemu odpalał się daemon postgresa z niebieskim_clusterem.]]></description>
			<author><![CDATA[dummy@example.com (tomek)]]></author>
			<pubDate>Mon, 14 Oct 2013 13:40:40 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4762#p4762</guid>
		</item>
	</channel>
</rss>
