David Moreau Simard
David Moreau Simard
There was a fix proposed to django 2.2 LTS and the actual issue is best summarized here: https://github.com/django/django/pull/14530#issuecomment-862961533 The issue doesn't exist in newer versions of django but ara hasn't...
Sent a PR to pin psycopg2 in the setup.cfg extras: https://github.com/ansible-community/ara/pull/321 It's not a definitive fix because this will only help users who run ``pip install ara[server,postgresql]`` which, I suspect,...
Hi @Nold360, it is a known issue in Fedora because the version of psycopg is too new for the version of django. I will address it by recovering it from...
@jbpratt ``centos8-stream-pypi-latest`` is safe to use -- it's still the ara API server (and built-in reporting interface) but it's built on top of centos-stream8 instead of fedora35. There's otherwise a...
> I use ARA a lot at customers sites, when they don't want the complexity of Tower or AWX, but must be able to have some playbook insights. > >...
@tonk, @berendt, @nahun: Appreciate the feedback about ara-web ! It helps emphasize that the frontend needs more attention. You might be interested in a recent blog post where I wrote...
@fckbo Thanks for the excellent feedback and for telling us about your use case ! Please see answers in-line: > [packaging]Package ARA server/API in docker image The project doesn't build...
Hey @smarcu92, I think it would be nice to have as well but it isn't yet supported from an API standpoint yet and so that's why it isn't implemented in...
Hi @strus38 and thanks for the issue ! The callback should take care of running the SQL migrations automatically by default and you should actually see the SQL migration messages....
> However I think the tool could be enhanced to detect an empty sqlite3 file and display a more friendly error like: 'Empty database, please run a playbook to initialize...