Sahil
March 6, 2020, 6:34am
1
Hello Community Member,
I have created a new site with POSTGRESQL. this site only have frappe app with administrator user.
The problem is, i’m not able to login into the site. I tried to reset admin password and Password was updated successfully but still the same issue.
Below method i used to install frappe,
bench init frappe-bench
bench new-site dev --db-type postgres
bench install-app frappe
bench start
No issue with installation.
Thanks in Advance
how? how you resolved it?
Sahil
March 12, 2020, 4:13am
4
It was rectified with migration.
Can you maybe give some learning insight here?
For example this sounds like fun
Thanks Jay!
There are many ways to skin this cat:
One method hand map the transactions at the db level by reconstructing it for sales invoice /purchase invoice etc. (like you said @JayRam )
second method is just look at JSON structure from NetSuite and auto-create a schema & reverse engineer the db. I think we will get about 90% right and then manually map the remaining to get to a mapping that we can be happy with.
Nice challenge
Cheers
Deepak
1 Like
The difference between the two migrations.
What @Sahil seems to be doing is a heart / brain replacement.
What I am doing is blood transfusion. (Data is the new blood)
Mine is a bit easier.
2 Likes
Muzzy
May 11, 2020, 7:40pm
7
@Not_a_countant You love to use organs as metaphors. In the other post you compared process to skin a cat and here do blood transfusion. Should have been a doctor
1 Like
Still i see the same problem with postgres, tried with migration and build command
@Sahil , it is not resolved, if u know any steps, please reply here
dave
September 26, 2020, 2:13am
10
Same issue here: installed fine. What creds do I use to login? Tried a ‘bench migrate’ in another window and got:
…
Migrating dev
mariadb service is not running.
Cannot run bench migrate without the services running.
…
but I only run Postgres.
Sahil
September 26, 2020, 5:39am
11
Try,
User as Administrator. Make a Capital.
2 Likes
dave
September 26, 2020, 3:19pm
12
It worked - awesome thanks. Might want to put that somewhere on the login screen. Cheers, Dave