NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
john_in_maldon
Dec 04, 2013Aspirant
Postgresql on ReadyNAS Ultra 2 ?
Is there a way to install PostGreSQL on my Ultra 2?
(Or MySQL?)
Thanks
(Or MySQL?)
Thanks
5 Replies
Replies have been turned off for this discussion
- fastfwdVirtuoso
john_in_maldon wrote: (Or MySQL?)
MySQL is already installed on your NAS. To enable it, install Super-Poussin's MySQLOn addon:
https://www.readynas.com/forum/viewtopic.php?t=22853 - john_in_maldonAspirant
fastfwd wrote: john_in_maldon wrote: (Or MySQL?)
MySQL is already installed on your NAS. To enable it, install Super-Poussin's MySQLOn addon:
]
That looks handy, but is an "Ultra" a "Pro"?
Having MySQL would be something, although I'd rather postgresql. - StephenBGuru - Experienced User
No. But both run 4.2.x firmware, and the x86 platform add-ons will will run on both.john_in_maldon wrote: ...is an "Ultra" a "Pro"?... - fastfwdVirtuoso
john_in_maldon wrote: is an "Ultra" a "Pro"?
The "Pro" in the name and description of the addon reflects the fact that Super-Poussin created it before the Ultra was released, when the Pro was the only x86-based ReadyNAS. The addon will work on both the Pro and the Ultra.john_in_maldon wrote: Having MySQL would be something, although I'd rather postgresql.
I haven't installed postgresql on my NAS, but it appears to be available from the debian etch and etch-backports repository archives. To get it, install the EnableRootSSH addon and SSH in to your NAS (username "root", password the same as your Frontview admin password), then add the debian etch repositories to your /etc/apt/sources.list. My sources.list looks like this:deb http://www.readynas.com/packages 4.2.25/
deb http://www.readynas.com/packages readynas-x86/
deb http://archive.debian.org/debian-security etch/updates main contrib non-free
deb http://archive.debian.org/backports.org etch-backports main contrib non-free
deb http://archive.debian.org/debian etch main contrib non-free
Then install the postgresql package:apt-get update
apt-get install postgresql
I haven't checked to see whether there are any dependencies or conflicts that would cause problems, and of course all the usual caveats and warnings about root command-line access to your NAS (including the fact that Netgear does not support the SSH addon and will deny support for problems caused by using it) apply. Having a full backup is, as always, recommended. - john_in_maldonAspirant
fastfwd wrote:
I haven't checked to see whether there are any dependencies or conflicts that would cause problems, and of course all the usual caveats and warnings about root command-line access to your NAS (including the fact that Netgear does not support the SSH addon and will deny support for problems caused by using it) apply. Having a full backup is, as always, recommended.
Thanks for all that useful information!
(And thanks to StephenB as well!)
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!