-
karora made 3 file-release changes.
2009-10-28 01:32:05 UTC in DAViCal CalDAV Server
-
If you:
sudo su - postgres
psql davical
In this case you will be connecting as the database superuser and all should work fine.
Alternatively (preferably, in fact :-), you could try and connect to the database as the davical_dba user, which should be there specifically for this reason (that's the user that normally owns all the tables and so forth), as:
psql -U...
2009-10-23 23:55:40 UTC in DAViCal CalDAV Server
-
I wonder if your database has previously been upgraded to 8.1 from PostgreSQL 7.4? If that is the case it may be that your constraint names are not as expected.
You can see what your constraints are called by connecting to the database with 'psql' and entering the command '\d relationship':
$psql davical
davical=# \d relationship
Table...
2009-10-23 01:34:30 UTC in DAViCal CalDAV Server
-
You can download the calendar with something like 'wget' to 'GET' the calendar URL:
wget -O mycalendar.ics --username myuser --password mypass http://davical.mysite.org/caldav.php/myuser/calendar
If you add a .ics on the end of that URL to request it should also work.
Cheers,
Andrew.
2009-10-22 19:26:14 UTC in DAViCal CalDAV Server
-
karora made 1 file-release changes.
2009-10-22 09:53:01 UTC in DAViCal CalDAV Server
-
karora made 2 file-release changes.
2009-10-22 09:34:02 UTC in DAViCal CalDAV Server
-
karora made 2 file-release changes.
2009-10-22 09:32:01 UTC in DAViCal CalDAV Server
-
karora changed the public information on the DAViCal CalDAV Server project.
2009-10-21 23:02:34 UTC in DAViCal CalDAV Server
-
Fixed in 0.9.7.4.
2009-10-21 23:00:14 UTC in DAViCal CalDAV Server
-
karora made 1 file-release changes.
2009-10-21 22:59:01 UTC in DAViCal CalDAV Server