If you provide more details about your setup, we can understand how you ended up with this scenario though.
I am trying to host sentry on a CloudFoundry instance following these instructions:
Once I ran sentry upgrade it resolved this issue. However, when I try to click ‘Create a sample event’ I am getting a new exception:
ERR ProgrammingError: UndefinedFunction('function sentry_increment_project_counter(integer, integer) does not exist\nLINE 2: select sentry_increment_project_counter(8, 1...\n ^\nHINT: No function matches the given name and argument types. You might need to add explicit type casts.\n',)
ERR SQL:
ERR select sentry_increment_project_counter(%s, %s)
I think you are using a Postgres version that is not supported by Sentry. By the way these instructions seem quite dated. I think they can work for Sentry 9.1 but for v10 you’d need more services. Check out the official repo for this: https://github.com/getsentry/onpremise