Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (229 - 231 of 1173)

Ticket Resolution Summary Owner Reporter
#5310 fixed Incorrect syntax in latest postgres docs ayleph
Description

A recent commit [1] introduced an error in the postgresql configuration. The docs say:

# su -u postgres

but this doesn't work as -u is not a valid switch to su (at least not my system and not on the system of ramsesHD who pointed this out to me on IRC). It seems the correct syntax should be

# su - postgres

[1] https://gitorious.org/mediagoblin/mediagoblin/commit/c3075e9178a073586f5b2eb0a91e822398e6abf1

#5309 fixed Move GIT Repository anongoblin
Description

On https://gitorious.org/mediagoblin/mediagoblin/ is a big orange box saying:

System notice: Gitorious is being acquired by GitLab and gitorious.org will shut down end of May. Please import your repositories to GitLab.com

You should migrate somewhere before it's too late.

#5308 fixed SQL foreign key error when attempting to delete user with blog ayleph
Description

A member of my instance created a blog entry and then tried to delete his account, resulting in this error in my logs.

IntegrityError: (IntegrityError) update or delete on table "core__users" violates foreign key constraint "mediatype__blogs_author_fkey" on table "mediatype__blogs"
DETAIL:  Key (id)=(23284) is still referenced from table "mediatype__blogs".
 'DELETE FROM core__users WHERE core__users.id = %(id)s' {'id': 23284}
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.