Bug 202401211021 channel deletion import export failure
A channel was exported.
After activation of activitypub, diaspora, modules, system broke.
Review of server showed logs consumed entire virtual private server allocation, more than 19 gb
Deleted and restarted hubzilla with success
Import of channel failed
Deleted channel
Attempted to create new channel, same name, server response that not possible as channel name exists
In administrator account for hubzilla server, 'admin' side bar list 'channels' does not show the channel name
In the postgresq table 'channel', the channel name exists. Deleted via postgresql command 'DELETE FROM channel_name WHERE channel_name='thechannelnamethatshouldbedeletedbutisnot';