
Guides in this section
- Can I hide cash payment button?
- Help - Unable to accept payment. Drawer has not been assigned
- How can I add barcode in customer receipts?
- How can I see analytics in Dashboard?
- How can I setup with 58mm paper size in receipt printer
- How do I take backup and restore of ORO POS data
- How to make a Item price variable ?
- How to migrate derby single ( embedded ) to derby server
- Importing from spreadsheet gives out of range error
- Large Image Size In Floor Plan Background
- Receipts Cutting Off - price not printing properly
- What is Department and Sales Area in POS
- What is Drawer Accountable and Cash To Deposit in Cash Drawer Report?
- Why After Database Recreate I cannot Access backoffice ?
- How can I hide the Item detail window
- Why My Payment / Total Button is Grayed out?
Releted Guides
- How can I see analytics in Dashboard?
- How can I setup with 58mm paper size in receipt printer
- How do I allow remote computer to connect to PostgreSQL
- How do I take backup and restore of ORO POS data
- Importing from spreadsheet gives out of range error
- Large Image Size In Floor Plan Background
- What is Department and Sales Area in POS
How do I allow remote computer to connect to PostgreSQL
PostgreSQL database server by default does not allow the remote computers to connect to that. This is restricted for security reasons. To allow remote connections to PostgreSQL database server from other locations you need to change the followings
CONNECT TO THE REMOTE SERVER
You can go to the computer or, in case that’s in a Linux server ssh to login to that
dbuser@oropc:~$ ssh root@remote-host
CHANGE THE LISTEN ADDRESS
By default, PostgreSQL DB server listen-address is set to the ‘localhost’ , and we need to change it so it accepts connection from any IP address; or you can use comma-separated list of addresses.
Open your postgresql.conf file in your editor. We prefer to use notepad++ in Window. In Linux you can use vim or nano.
Disclaimer: The information and media included on this website are not legal documents. Whilst we make every attempt to ensure the accuracy and reliability of the information contained in the documents stored, served and accessed on this site, this information should not be relied upon as a substitute for formal advice from our company. Features described in this document are subject to change without any notice.