[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-29 Thread Amit Goyal
Thanks Ajay ! On Saturday, July 27, 2019 at 12:53:25 AM UTC+5:30, Ajay Tripathi wrote: > > Hello, > > On Friday, July 26, 2019 at 12:47:26 PM UTC+5:30, Amit Goyal wrote: >> >> Hi >> >> Can you share all details about PostgreSQL migration in openwisp . I also >> want to change DB from SQLite to

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-26 Thread Ajay Tripathi
Hello, On Friday, July 26, 2019 at 12:47:26 PM UTC+5:30, Amit Goyal wrote: > > Hi > > Can you share all details about PostgreSQL migration in openwisp . I also > want to change DB from SQLite to postgresql in openwisp. > If you are using ansible-openwisp2, you can find the options here:

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-26 Thread Amit Goyal
Hi Can you share all details about PostgreSQL migration in openwisp . I also want to change DB from SQLite to postgresql in openwisp. Any help would be appreciated. . Thanks in advance! On Sunday, July 14, 2019 at 1:28:20 AM UTC+5:30, unracer wrote: > > Solved! Thanks a lot, Ajay! > -- You

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-13 Thread 'unracer' via OpenWISP
Solved! Thanks a lot, Ajay! -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscr...@googlegroups.com. To view this discussion on the web, visit

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-13 Thread Ajay Tripathi
Hi unracer, For using postgresql, you need to add PostGIS to your database server. PostGIS is a spatial database extender for PostgreSQL. It adds support for geographic objects allowing location queries to be run in SQL. The django settings would look something like this: ``` engine: