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: https://github.com/openwisp/ansible-openwisp2#role-variables The database options look like: openwisp2_database: engine: django.db.backends.postgresql name: openwisp2 user: postgres password: "" host: "" port: "" options: {} Best, Ajay Tripathi -- 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 [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/b4efdf39-73b4-4f41-a088-89363b6b7a29%40googlegroups.com.
