Hi Michal, The exact path to your sqlite database depends on your installation, for exemple if you used a virtualenv, but I believe that by defaut it is in your media folder. For example in Arch if you don't change its location in your settings file, and didn't create a virtualenv, I believe it should be in /usr/lib/python2.7/site-packages/mayan/media.
Regarding postgresql did you follow the post installation procedures? You may find plenty of guides around and it may (again) depend on your installation, but I followed this one to create a mayan user and a mayan database. I then looked up how to grant all right to user mayan on database mayan. With this the initialsetup went smoothly. Could you post your database configuration in your "my_settings.py" file? Hope this helps. Michel On Tuesday, August 5, 2014 5:55:50 PM UTC-4, Michał Turkowski wrote: > > hello > im trying to work with new version of mayan-edms==1.0.rc3 but there are > some difficulties. > 1. On default configuration there is sqlite database - where exactly > initialsetup saves database file? > 2. Im trying to configure postgresql but there is a weird problem - i > replace in base (file) sqlite database configuration to postgres but when i > execute command initialsetup > "... > File > "/projekty/mayan3/local/lib/python2.7/site-packages/psycopg2/__init__.py", > line 164, in connect > conn = _connect(dsn, connection_factory=connection_factory, > async=async) > django.db.utils.OperationalError: FATAL: password authentication failed > for user "root" > FATAL: password authentication failed for user "root" > ..." > > i did not use in configuration(postgres database) user - "root" i use a > diffrent one, so how to fix this? > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
