Milos Knezevic
Articles
-
Is there a way to Install the SolrClient PHP Module?
Yes! You can find complete instructions on the installation here. It is important to note that this is not installed by default and cannot be enabled as an extension.
-
How do I transfer my organization to a new owner?
To transfer an organization to a new owner: The request must come from the current organization owner. Make sure that the new owner is part of the organization. If they aren’t yet, add them. Subm...
-
How do I delete a user from my project?
Users can be deleted from a project with the following CLI command:upsun user:delete user1@example.comOr via the project console, under the Settings page.For more information on this feature, pleas...
-
Can I access credentials to my database?
You can access credentials by using the following command:upsun relationships
-
How can I make files in my project's mounts publicly accessible?
This can be achieved by defining a location for them in your app configuration with the allow parameter set to true. This parameter allows for serving files that do not match a rule. For an example...
-
How can I activate the Main Environment?
The Main Environment can be activated by first pushing the code into the "main" branch. From there, the Environment can be activated with the following command: platform environment:activate
-
Can I flush the Fastly cache myself?
There are several methods available for purging your Fastly CDN cache.You may utilize the Fastly Command Line Interface (CLI) to purge your service by clearing all or specific objects. For further...
-
How can I give my project more resources?
You can increase the resources allocated to your production environment's application and services by increasing the Project Plan Size. Go to your project's Settings page and click Edit plan. From ...
-
Can I connect to our database with a VPN?
At this time, we do not offer direct external replication or VPN connectivity.You can create an SSH Tunnel, which will allow you to forward the connections and connect to the database via a local p...
-
Is it possible to pause billing while a project is archived?
At this time, there is no way to pause billing while a project is archived or inactive.